home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / ATL_Samples / compcntr / CompDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  1.2 KB  |  47 lines

  1. // CompDlg.h : header file
  2. //
  3.  
  4. #if !defined(AFX_COMPDLG_H__5E52C838_D880_11D1_9355_00600820B4FF__INCLUDED_)
  5. #define AFX_COMPDLG_H__5E52C838_D880_11D1_9355_00600820B4FF__INCLUDED_
  6.  
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CCompCntrDlg dialog
  13.  
  14. class CCompCntrDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18.     CCompCntrDlg(CWnd* pParent = NULL);    // standard constructor
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CCompCntrDlg)
  22.     enum { IDD = IDD_COMPCNTR_DIALOG };
  23.         // NOTE: the ClassWizard will add data members here
  24.     //}}AFX_DATA
  25.  
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CCompCntrDlg)
  28.     protected:
  29.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30.     //}}AFX_VIRTUAL
  31.  
  32. // Implementation
  33. protected:
  34.     HICON m_hIcon;
  35.  
  36.     // Generated message map functions
  37.     //{{AFX_MSG(CCompCntrDlg)
  38.     virtual BOOL OnInitDialog();
  39.     //}}AFX_MSG
  40.     DECLARE_MESSAGE_MAP()
  41. };
  42.  
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45.  
  46. #endif // !defined(AFX_COMPDLG_H__5E52C838_D880_11D1_9355_00600820B4FF__INCLUDED_)
  47.